home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 52811 / 52811.xpi / chrome / skin / crypt.css < prev    next >
Cascading Style Sheet File  |  2009-07-24  |  516b  |  30 lines

  1. /* CSS Document realtivo all'interfaccia dell'add-on */
  2.  
  3. label#found {
  4.   color: red !important;
  5.   text-align: center;
  6.   margin:0px;
  7. }
  8.  
  9. description {
  10.   margin-bottom:0px;
  11.   padding-bottom:0px;
  12. }
  13.  
  14. checkbox#pwdHS {
  15.   font-style:italic;
  16.   font-size:90%;
  17.   margin:0px; 
  18.   border-bottom:0px;
  19.   padding-bottom:0px;
  20. }
  21.  
  22. window {
  23.   -moz-appearance: none !important;
  24.   background-image:url('background/LightBlue.gif') !important;
  25. }
  26.  
  27. caption {
  28.   background-color: transparent;
  29.   font-weight: bold;
  30. }